kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin
/
[JRE]emptyArray
empty
Array
JRE
inline
fun
<
T
>
emptyArray
(
)
:
Array
<
T
>
Content copied to clipboard
Returns an empty array of the specified type
T
.